-- This procedure should no longer be called; dt_getpropertiesbyid_vcsshould be called instead. -- Calls are forwarded to dt_getpropertiesbyid_vcs to maintain backward compatibility. setnocounton execdbo.dt_getpropertiesbyid_vcs @id, @property, @valueoutput GO GRANTEXECUTEON[dbo].[dt_getpropertiesbyid_vcs_u]TO[public] GO